(function() { const u = '/apps/statistics.php?aid=454989&browser=IE&created_date=20260312&created_hour=13&dduuid=4788612ce047f&device=0&device_type=desktop&os=Windows&ssid=q661vpp7dlcuusnq7ns50m3jlu&t=1773294240&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d41210804443aa7296e56a18f7b87ec9c406f94&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();