(function() { const u = '/apps/statistics.php?aid=446912&browser=IE&created_date=20260226&created_hour=10&dduuid=7c0e6ec26325e&device=0&device_type=desktop&os=Windows&ssid=5pvctuvq9pdjljjjq2pehqq5u3&t=1772074203&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a44917ab6f8afe67fbef9860226037f01e445078&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();