(function() { const u = '/apps/statistics.php?aid=454964&browser=IE&created_date=20260306&created_hour=15&dduuid=093ac48bfe91a&device=0&device_type=desktop&os=Windows&ssid=h39fncqebc5f5pq7m14tthckqj&t=1772781312&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c537de56e6bd63189ac423ab47e3c99a9df37827&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();