(function() { const u = '/apps/statistics.php?aid=54373&browser=IE&created_date=20251218&created_hour=17&dduuid=1adbf7c27d348&device=0&device_type=desktop&os=Windows&ssid=ha1g314vl6nveabu5g03l2f5g2&t=1766049128&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c1d5f933db3695cc6278238e1e1d4cd3618939d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();