(function() { const u = '/apps/statistics.php?aid=47135&browser=IE&created_date=20260308&created_hour=08&dduuid=06e99f8c0c036&device=0&device_type=desktop&os=Windows&ssid=hcs47g0fl8e7v78gipheflkjnn&t=1772928641&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8606d8e079bf973e4a232eef3f1cf7b097a8ace4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();