(function() { const u = '/apps/statistics.php?aid=406547&browser=IE&created_date=20260123&created_hour=20&dduuid=f04cba5d0987b&device=0&device_type=desktop&os=Windows&ssid=7diclf2q8hhgbbggfhqip6n8fd&t=1769170332&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=822bca4bf5f48b7b6d473f6aec05584ea2f717ce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();