(function() { const u = '/apps/statistics.php?aid=299987&browser=IE&created_date=20251223&created_hour=06&dduuid=e1a44bc6f3601&device=0&device_type=desktop&os=Windows&ssid=8365oa0b1viocaqhh6lcbvnoqg&t=1766442577&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d2d62c2754bed576aca54b44e9bfdefda721dbf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();