(function() { const u = '/apps/statistics.php?aid=4338&browser=IE&created_date=20260311&created_hour=05&dduuid=8aa2b33705eab&device=0&device_type=desktop&os=Windows&ssid=fahb31si73ev0qjamqh9f0qd2h&t=1773177705&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=970c746ea5e9d20b1f39ed5f186d25edcfd856fb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();