(function() { const u = '/apps/statistics.php?aid=38484&browser=IE&created_date=20260308&created_hour=09&dduuid=6e6a660dfe45c&device=0&device_type=desktop&os=Windows&ssid=dcqcplh8egeevvpaspk3uik671&t=1772934466&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=abc42da0941ae56d71148fcccf7d41270bcd8b79&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();