(function() { const u = '/apps/statistics.php?aid=444822&browser=IE&created_date=20251223&created_hour=02&dduuid=593d1e6401164&device=0&device_type=desktop&os=Windows&ssid=8ri77k40ddvj5g6q64itnvu1jl&t=1766428662&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=644c8bf0be6ca32dc8e5566e2bc27cecc58c67b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();