(function() { const u = '/apps/statistics.php?aid=143930&browser=IE&created_date=20260227&created_hour=10&dduuid=97436b7e60a84&device=0&device_type=desktop&os=Windows&ssid=rau14o9m50cpgavg6peqlgfisa&t=1772158598&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e99ab30dbc56bb73348e80371e5b799f7280c5e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();