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