(function() { const u = '/apps/statistics.php?aid=208633&browser=IE&created_date=20251230&created_hour=21&dduuid=358f31f66eba2&device=0&device_type=desktop&os=Windows&ssid=hfs2ko8a5k1cg3ac3dd7b1p9pi&t=1767100993&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=277be0df98f47903ff630100f609359e81ed1895&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();