(function() { const u = '/apps/statistics.php?aid=449329&browser=IE&created_date=20260124&created_hour=15&dduuid=96af350ec247e&device=0&device_type=desktop&os=Windows&ssid=a7ddod7ppfpcl7acu9j3mgch4t&t=1769238274&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dcfc8136bf005689bbee75f1be8fe903881187c7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();