(function() { const u = '/apps/statistics.php?aid=449035&browser=IE&created_date=20260123&created_hour=05&dduuid=f6f3993acd52b&device=0&device_type=desktop&os=Windows&ssid=e5o79eda9m4c6pci4b0pggob20&t=1769118449&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c8f6403e37e49f187375812943ae0e5ab20bf345&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();