(function() { const u = '/apps/statistics.php?aid=228641&browser=IE&created_date=20251224&created_hour=02&dduuid=47dad64550230&device=0&device_type=desktop&os=Windows&ssid=v985e5e71m8npimmcmrbo65ggr&t=1766513542&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0c0f885e86d2535b7e456ab83f570fc63cfdc47&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();