(function() { const u = '/apps/statistics.php?aid=425822&browser=IE&created_date=20260125&created_hour=04&dduuid=b1b25bc9cccb2&device=0&device_type=desktop&os=Windows&ssid=ecks0ttl234i0o0p1asb8352io&t=1769285908&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=268191419700d305cd5fb5f097d23b6044bb1df0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();