(function() { const u = '/apps/statistics.php?aid=439648&browser=IE&created_date=20260305&created_hour=16&dduuid=626119d0e47f7&device=0&device_type=desktop&os=Windows&ssid=g09gro5d60c9mdpaqsd2g0pf7s&t=1772700052&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e99dff2c31105f80c77795d8d19c729b6118532a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();