(function() { const u = '/apps/statistics.php?aid=451499&browser=IE&created_date=20260225&created_hour=03&dduuid=286142e5b61cb&device=0&device_type=desktop&os=Windows&ssid=hrbml41qedfmtehl3ub9v3ss42&t=1771962238&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c5e9b27b89ae1ebe9d05c37fd79c6f0a39f4acc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();