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