(function() { const u = '/apps/statistics.php?aid=457969&browser=IE&created_date=20260312&created_hour=01&dduuid=9d6f0f338c1ea&device=0&device_type=desktop&os=Windows&ssid=egi1p23gfseo7rdsk0s8tedc2u&t=1773248616&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71125032af0c55b9a06fbbd812f4ea20ea8a195b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();