(function() { const u = '/apps/statistics.php?aid=420&browser=IE&created_date=20260123&created_hour=01&dduuid=ced207649673a&device=0&device_type=desktop&os=Windows&ssid=irctlsqof0v62e3umenrlorb7g&t=1769104438&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2a2c3a5270ca22bf7c1575c823d1b9ed227e2d7c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();