(function() { const u = '/apps/statistics.php?aid=97196&browser=IE&created_date=20260301&created_hour=11&dduuid=4aeaa0c8093ed&device=0&device_type=desktop&os=Windows&ssid=g2m77l8nlltikhaqmet3tauij8&t=1772334039&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e333c440ab0ed5617d2b993663a22ec14ad0da6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();