(function() { const u = '/apps/statistics.php?aid=343253&browser=IE&created_date=20260313&created_hour=14&dduuid=21fc47b3979ab&device=0&device_type=desktop&os=Windows&ssid=4f5c7ost1m39qc6fple5lnt6k1&t=1773383418&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5a4dc90ede4b6694f84324615d38d748df2bcd60&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();