(function() { const u = '/apps/statistics.php?aid=444566&browser=IE&created_date=20260222&created_hour=12&dduuid=d6bf741f8d831&device=0&device_type=desktop&os=Windows&ssid=570p48l9ee7n9am466q870qkmo&t=1771736101&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=42d89048fb1cdd228263a7510d442ddf447f6351&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();