(function() { const u = '/apps/statistics.php?aid=456315&browser=IE&created_date=20260225&created_hour=03&dduuid=6fb9809ee7a72&device=0&device_type=desktop&os=Windows&ssid=kgdo4a9qbrag3o5jt0vqljmf1n&t=1771959812&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eda54b7615aa2be3fa7b1651cae2576a35032df3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();