(function() { const u = '/apps/statistics.php?aid=427892&browser=IE&created_date=20260122&created_hour=17&dduuid=9becf54c1cba7&device=0&device_type=desktop&os=Windows&ssid=no219ak6k0otvdmht0qvjilen3&t=1769072526&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22464afafd52b3c7d26020961ac9c288abc18680&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();