(function() { const u = '/apps/statistics.php?aid=347099&browser=IE&created_date=20260312&created_hour=22&dduuid=e32670d8cd18b&device=0&device_type=desktop&os=Windows&ssid=1aajv0klsvv4bht3p7srr469ed&t=1773325893&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b8db0402d04bb31b490a8e2599da9d0d6b8bf5a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();