(function() { const u = '/apps/statistics.php?aid=391047&browser=IE&created_date=20251220&created_hour=01&dduuid=70571c1d40768&device=0&device_type=desktop&os=Windows&ssid=9h2e8radhfmt3bjab7i2i73q3l&t=1766167079&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5475d9160a079d8ab579fa239e9486cad3557386&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();