(function() { const u = '/apps/statistics.php?aid=455525&browser=IE&created_date=20260312&created_hour=21&dduuid=a3ccb3f2db1cb&device=0&device_type=desktop&os=Windows&ssid=7no6ouadenr7kuahrti4dc9980&t=1773321541&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a240ea85c3b014cf5a355438edd71e1728daf3a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();