(function() { const u = '/apps/statistics.php?aid=445342&browser=IE&created_date=20251225&created_hour=20&dduuid=a02e5caf5f658&device=0&device_type=desktop&os=Windows&ssid=jtq86s4nf4cn3uct4huvdot8qo&t=1766665046&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=045fe286dcb64372d854e008798063ca1488bdae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();