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