(function() { const u = '/apps/statistics.php?aid=98668&browser=IE&created_date=20260225&created_hour=00&dduuid=d19dc6848fe31&device=0&device_type=desktop&os=Windows&ssid=4ufvcegruak6jr88m0fd5po2rp&t=1771952090&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f0ed44081370ba420fc48c812bd5c476fc9b88ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();