(function() { const u = '/apps/statistics.php?aid=424233&browser=IE&created_date=20260128&created_hour=12&dduuid=6448e317266c4&device=0&device_type=desktop&os=Windows&ssid=cqurrmtar5uu7b4d5v1dtfr78v&t=1769575964&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f07fb3e62e6a81d4ed243749a17060a07865247c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();