(function() { const u = '/apps/statistics.php?aid=423705&browser=IE&created_date=20260129&created_hour=11&dduuid=973fc9757d28d&device=0&device_type=desktop&os=Windows&ssid=83dicas3jcfmes7crmtn26f4at&t=1769657639&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=31404a657c80411b9d6660d75397974ddd8c1347&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();