(function() { const u = '/apps/statistics.php?aid=441789&browser=IE&created_date=20251223&created_hour=05&dduuid=f199000b42a0a&device=0&device_type=desktop&os=Windows&ssid=muahc0ca3rucgf7pirrrmctbk1&t=1766440305&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=34ed1d47ac8dc977d3649a1d6c269819b762edae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();