(function() { const u = '/apps/statistics.php?aid=345028&browser=IE&created_date=20251221&created_hour=08&dduuid=8a77a919eb73e&device=0&device_type=desktop&os=Windows&ssid=o0hmsuo63iilviq7me2fsla30h&t=1766278741&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ead7c359bba5d26ae13d9653384ab135ed55bc7f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();