(function() { const u = '/apps/statistics.php?aid=389&browser=IE&created_date=20260324&created_hour=08&dduuid=e4694446a30e3&device=0&device_type=desktop&os=Windows&ssid=mm56664b58rcfla0s0gkne7oea&t=1774311661&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aa9e39cf3ba5668ab5ae73118138e6a0bd6d0586&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();