(function() { const u = '/apps/statistics.php?aid=17578&browser=IE&created_date=20260122&created_hour=08&dduuid=88f2434a40349&device=0&device_type=desktop&os=Windows&ssid=0s3ds392vpr1pcsmnl16pk8dhq&t=1769042727&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e599fa9ae10ab8974210747f3876c7150b4491a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();