(function() { const u = '/apps/statistics.php?aid=398931&browser=IE&created_date=20260129&created_hour=15&dduuid=d64bff3147afc&device=0&device_type=desktop&os=Windows&ssid=82b7fvhc6ucmsjf8vfesnuhcnc&t=1769672231&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=221a17527c48d34c0f34647084639b4e8aa0e8b7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();