(function() { const u = '/apps/statistics.php?aid=17447&browser=IE&created_date=20260312&created_hour=06&dduuid=754a9bff3a2ac&device=0&device_type=desktop&os=Windows&ssid=j5bmap2fv6rrlmhf5esvks8j28&t=1773267654&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a0a056f74eda318329e5c3549d59b30a5f9c3d9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();