(function() { const u = '/apps/statistics.php?aid=206741&browser=IE&created_date=20251226&created_hour=05&dduuid=f3872bcab3c41&device=0&device_type=desktop&os=Windows&ssid=9ikg4kifd7p9cpau6j7amcmnl6&t=1766696412&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2377f8095923ec222a633a18def393f8301aeca0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();