(function() { const u = '/apps/statistics.php?aid=449424&browser=IE&created_date=20260308&created_hour=03&dduuid=d202f2be46a6a&device=0&device_type=desktop&os=Windows&ssid=72cfc32bcru5u4qip0ej9566ij&t=1772912440&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=67a38f4d0f26297c8e664a50d19681f613ae7935&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();