(function() { const u = '/apps/statistics.php?aid=440231&browser=IE&created_date=20260314&created_hour=08&dduuid=d4b70dcb3ceba&device=0&device_type=desktop&os=Windows&ssid=qugs6p6cdie3fp9a7m73pl4egf&t=1773449732&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3fd94629ea0b2de0826a4b07a48d2535cb18947&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();