(function() { const u = '/apps/statistics.php?aid=324685&browser=IE&created_date=20260223&created_hour=08&dduuid=23c0c57ec7f7f&device=0&device_type=desktop&os=Windows&ssid=4cnr9qtl7upofj9pn8h9baemkb&t=1771805815&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5009911306721247d75ffb30e02bbe0e0db537d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();