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