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