(function() { const u = '/apps/statistics.php?aid=210450&browser=IE&created_date=20251223&created_hour=02&dduuid=c6a4c81950691&device=0&device_type=desktop&os=Windows&ssid=0b55p0dda96hpopqejemvuh9ca&t=1766427951&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d0ef3b54c89af3797694db16f71dece7c1f11e0c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();