(function() { const u = '/apps/statistics.php?aid=357049&browser=IE&created_date=20251222&created_hour=01&dduuid=5ceda40ec36e7&device=0&device_type=desktop&os=Windows&ssid=8qi53n4sq40dc4e6b4e5dij1fd&t=1766336928&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1c7e6f5e584717a3bd711170aba90d8c262cdafc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();