(function() { const u = '/apps/statistics.php?aid=451418&browser=IE&created_date=20260311&created_hour=12&dduuid=e385416c0837f&device=0&device_type=desktop&os=Windows&ssid=gr26eh032cfo6smjn7c9jqmbj9&t=1773202694&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d7b3338fac02206f0db79c1e2ee49ec976f5a7d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();