(function() { const u = '/apps/statistics.php?aid=454693&browser=IE&created_date=20260223&created_hour=22&dduuid=c315a21a9df35&device=0&device_type=desktop&os=Windows&ssid=g7v1v5uoe717oqbf3shgm0h16m&t=1771856599&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c2d37899d794b288e81bbf2a1fde194a31b5f8a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();