(function() { const u = '/apps/statistics.php?aid=441092&browser=IE&created_date=20251224&created_hour=07&dduuid=f61503d0b6b13&device=0&device_type=desktop&os=Windows&ssid=00t0tnr1peque8d42u60ude3j0&t=1766532355&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=21f2f16c786122e9ff1c35cea89af0bd6f47b622&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();