(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260310&created_hour=12&dduuid=8d72271010dee&device=0&device_type=desktop&os=Windows&ssid=lrheprsehaf4i0q35ln632amvb&t=1773118088&typeid=17&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d65edefae9034d20dcdcbe437e1ffc4d2b48c7d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();