(function() { const u = '/apps/statistics.php?aid=455478&browser=IE&created_date=20260303&created_hour=12&dduuid=fe15f48ce78a4&device=0&device_type=desktop&os=Windows&ssid=q7guid2pqad5b68693l3eieqod&t=1772513947&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9273bedc4d385c9654ff95bc7c6f7ff7c061d8c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();