(function() { const u = '/apps/statistics.php?aid=449825&browser=IE&created_date=20260312&created_hour=07&dduuid=7b2666e5d0a3a&device=0&device_type=desktop&os=Windows&ssid=kchf30kqcmeillmjhbh3gp66ha&t=1773271256&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6ee511e9d1192773f7eaae96299d1ceeb23156f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();