(function() { const u = '/apps/statistics.php?aid=427662&browser=IE&created_date=20260123&created_hour=07&dduuid=39478252c8c07&device=0&device_type=desktop&os=Windows&ssid=6dcbaosc8v3trkbfo6ucdfoqo0&t=1769123502&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3255fd4e218324b77c3239f1d10dae75e45e44e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();