(function() { const u = '/apps/statistics.php?aid=446340&browser=IE&created_date=20260124&created_hour=11&dduuid=fe08ce694445c&device=0&device_type=desktop&os=Windows&ssid=5brf3o3rtsq28lo9snd104c82a&t=1769226123&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=984cbac51e3737e6eda6a7c8c2ba3cfdb40a20e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();