(function() { const u = '/apps/statistics.php?aid=444450&browser=IE&created_date=20251220&created_hour=12&dduuid=ac341c711b4fe&device=0&device_type=desktop&os=Windows&ssid=uhc0257411v59d30jdrao7u73r&t=1766204728&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dac440f6ed8a2a7df206512bc13cd884c391722e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();