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