(function() { const u = '/apps/statistics.php?aid=17645&browser=IE&created_date=20260311&created_hour=13&dduuid=2a070428ffee9&device=0&device_type=desktop&os=Windows&ssid=7be2fnp7eh3vdk4i48pp6glj1n&t=1773206655&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9aed54670307461349620860d06d2a0200f7c25f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();