(function() { const u = '/apps/statistics.php?aid=98688&browser=IE&created_date=20260324&created_hour=11&dduuid=d7f2fcb6eb85a&device=0&device_type=desktop&os=Windows&ssid=o28u0u1dff055lt00b528dvot4&t=1774322160&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f713b87de9280ee4da964daa9be24c5050f5d124&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();