(function() { const u = '/apps/statistics.php?aid=92011&browser=IE&created_date=20260227&created_hour=11&dduuid=5a04cb956dd4f&device=0&device_type=desktop&os=Windows&ssid=fgg47d2g0ql2mjkeocihn46g4g&t=1772164756&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=42959fd1fde33b6f212417a4fa64ff637625857e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();