(function() { const u = '/apps/statistics.php?aid=454157&browser=IE&created_date=20260201&created_hour=05&dduuid=109200483bf74&device=0&device_type=desktop&os=Windows&ssid=90bo10m11sv0s0ks1uomnmi6b3&t=1769895806&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=35329ec751de44efa36755569cea1de07f068594&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();