(function() { const u = '/apps/statistics.php?aid=455920&browser=IE&created_date=20260304&created_hour=11&dduuid=4bed7606e27d1&device=0&device_type=desktop&os=Windows&ssid=so6hjnupt7bhvmnck5pm6959vm&t=1772594592&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=590990a9a171e73f621e5af0198231edec70ab32&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();