(function() { const u = '/apps/statistics.php?aid=451466&browser=IE&created_date=20260225&created_hour=05&dduuid=03727a97a1ed2&device=0&device_type=desktop&os=Windows&ssid=cmi8s69l49rnhmcqs61otgojag&t=1771967867&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2e7e022aea487f6032d8dd33ac7f1511636c64e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();