(function() { const u = '/apps/statistics.php?aid=299992&browser=IE&created_date=20260307&created_hour=22&dduuid=2b111846b2e23&device=0&device_type=desktop&os=Windows&ssid=r31c1nlet8unt8n3aprmjpe3et&t=1772895100&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d760e4fa9a3b9a916e972b51429f0f4514423da&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();