(function() { const u = '/apps/statistics.php?aid=65061&browser=IE&created_date=20260117&created_hour=22&dduuid=36fc26d3ced21&device=0&device_type=desktop&os=Windows&ssid=ksq296ehrci3us8b53e732tk0s&t=1768658904&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd5dcaa3fd99a9396619addbb829320139086264&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();