(function() { const u = '/apps/statistics.php?aid=90264&browser=IE&created_date=20260116&created_hour=21&dduuid=9e193c8363827&device=0&device_type=desktop&os=Windows&ssid=kp3fl4nnmf7m5mcjlgf2n566t9&t=1768569263&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c5b942c6c772f5fa90ef52064639d292a17a73d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();