(function() { const u = '/apps/statistics.php?aid=443237&browser=IE&created_date=20260227&created_hour=15&dduuid=def53aa6cf137&device=0&device_type=desktop&os=Windows&ssid=k20rjbho8l6ak022pn4245mft2&t=1772176425&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04ad509fd2ef7f5c7794216a52b959c1e28794d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();