(function() { const u = '/apps/statistics.php?aid=444042&browser=IE&created_date=20251224&created_hour=06&dduuid=c0ca43d98a4f4&device=0&device_type=desktop&os=Windows&ssid=m8voa60n73dsg1147s0p3msbts&t=1766528889&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89119e11dee7cf9824863254f87dc89b8a211a09&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();