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