(function() { const u = '/apps/statistics.php?aid=21213&browser=IE&created_date=20260119&created_hour=02&dduuid=0b1ce24be43e4&device=0&device_type=desktop&os=Windows&ssid=apu9n9mqptvea5j67hg6v8fd07&t=1768759237&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94a5ab68633cdf0138ce4342689f89755e0c7b7c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();