(function() { const u = '/apps/statistics.php?aid=59058&browser=IE&created_date=20260122&created_hour=12&dduuid=a66c541f125f9&device=0&device_type=desktop&os=Windows&ssid=afpd2sf6v2e070ve1scnemd9g1&t=1769056766&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ee9c74a0f904a78541e1c49f3b94aed189c24be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();