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