(function() { const u = '/apps/statistics.php?aid=442074&browser=IE&created_date=20260305&created_hour=01&dduuid=8f2bef4fd20b5&device=0&device_type=desktop&os=Windows&ssid=fclie1i3s001eni3uus4fj1mfn&t=1772644305&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c9ca06c068f7e4d884193db7c5225c61b0039bf6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();