(function() { const u = '/apps/statistics.php?aid=291450&browser=IE&created_date=20251222&created_hour=04&dduuid=d265d06201e96&device=0&device_type=desktop&os=Windows&ssid=4s0oifceptlg6v9hbhi48besql&t=1766348513&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd45919bc18ff06345b5fdfb459754720aa9a7e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();