(function() { const u = '/apps/statistics.php?aid=82951&browser=IE&created_date=20260124&created_hour=03&dduuid=6f4c963691476&device=0&device_type=desktop&os=Windows&ssid=0rpcv6u43f1ur5a9tm1ibviuml&t=1769197025&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2a56f0b3befe8b1ad0e974b9610a6137f229a68a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();