(function() { const u = '/apps/statistics.php?aid=534&browser=IE&created_date=20260225&created_hour=22&dduuid=c9c3d7754ed0c&device=0&device_type=desktop&os=Windows&ssid=qvns5lvdsgpvvjns2qb1akao5u&t=1772030979&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=529c3c49b18e84b02e72e891fa6a799e9381d5bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();