(function() { const u = '/apps/statistics.php?aid=11&browser=IE&created_date=20251215&created_hour=22&dduuid=a37a1e721b1a2&device=0&device_type=desktop&os=Windows&ssid=5muq8ccelhrmnl5rmhlsf5i5sn&t=1765808141&typeid=3&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=67eb462f6a88d43a0a7cc40a408aaef26154d396&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();