(function() { const u = '/apps/statistics.php?aid=440685&browser=IE&created_date=20260316&created_hour=22&dduuid=7fbf10547aabe&device=0&device_type=desktop&os=Windows&ssid=g9ep9a9pdmtput8sr6lr7iuutn&t=1773670658&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bd555e0fda3f6ce6fb5ac148409fbc6047f7c90f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();