(function() { const u = '/apps/statistics.php?aid=120229&browser=IE&created_date=20260110&created_hour=15&dduuid=adbe36565ce55&device=0&device_type=desktop&os=Windows&ssid=vgip0kera7t3dmg1k8q0q3bfaa&t=1768030203&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=92f40514a41e235ee9d46c0563ea6aa1703a5ac6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();