(function() { const u = '/apps/statistics.php?aid=370877&browser=IE&created_date=20260311&created_hour=08&dduuid=7a68896afb2e9&device=0&device_type=desktop&os=Windows&ssid=kt1osenac0m7r3rfopv13ohetg&t=1773190176&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46d6351d2a916ef4c93bc6b2bc2480ff10eaa4ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();