(function() { const u = '/apps/statistics.php?aid=440244&browser=IE&created_date=20260316&created_hour=11&dduuid=7594e58b05369&device=0&device_type=desktop&os=Windows&ssid=k93q4ndh1v1f75rraocfa4t70m&t=1773632288&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c70a0920ca320a9406d083db2e94324f6593f48&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();