(function() { const u = '/apps/statistics.php?aid=448545&browser=IE&created_date=20260226&created_hour=08&dduuid=d01a8fe6fc230&device=0&device_type=desktop&os=Windows&ssid=d241bjj1u76cahn1ifre31e04l&t=1772067128&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=67eee928c0858c7dc9be994d1e92334c5f4ae2cb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();