(function() { const u = '/apps/statistics.php?aid=357077&browser=IE&created_date=20260114&created_hour=12&dduuid=769327524622b&device=0&device_type=desktop&os=Windows&ssid=6dfr68595r623pr58hegul4v2n&t=1768363615&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c49fa825683c5bc07b329e7c4e7656a449c21e03&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();