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