(function() { const u = '/apps/statistics.php?aid=393502&browser=IE&created_date=20260310&created_hour=09&dduuid=9b1d72b57acb9&device=0&device_type=desktop&os=Windows&ssid=acovaud8rrtos2a4qteg4thvhm&t=1773106474&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94b20b93a4d9b336cbee24117280cbfe74ee015e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();