(function() { const u = '/apps/statistics.php?aid=86431&browser=IE&created_date=20251129&created_hour=17&dduuid=fdb05373dee8a&device=0&device_type=desktop&os=Windows&ssid=9a214a5udhp4j76u63bmcqh1jd&t=1764410020&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3f4d417d3f8b33e2680a39425db267196d02a19&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();