(function() { const u = '/apps/statistics.php?aid=439645&browser=IE&created_date=20260315&created_hour=17&dduuid=3b742bc973dd6&device=0&device_type=desktop&os=Windows&ssid=ruh7rhju3bgjp9r73ond3t3m3r&t=1773565858&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e275601b757f661a732894097803549b0c3ddc5e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();