(function() { const u = '/apps/statistics.php?aid=98678&browser=IE&created_date=20260224&created_hour=21&dduuid=8e53f6179e91d&device=0&device_type=desktop&os=Windows&ssid=3c7ghkl6hmsgrihidibdt2oggm&t=1771938341&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=990ff735e3efd032af14532539a71ba7b072447c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();