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