(function() { const u = '/apps/statistics.php?aid=420063&browser=IE&created_date=20260103&created_hour=21&dduuid=d638abb1a64c6&device=0&device_type=desktop&os=Windows&ssid=458f8gblniri12jnpghd6ir68h&t=1767446969&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7209e85af04ce0d5824fbc1ea268c04e22166a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();