(function() { const u = '/apps/statistics.php?aid=438113&browser=IE&created_date=20251228&created_hour=00&dduuid=e09704e47741e&device=0&device_type=desktop&os=Windows&ssid=364vkpnth23mnjq0l6q3hvgesp&t=1766852900&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b872800162a5a3c767bd0aa18e244d5c817fa4f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();