(function() { const u = '/apps/statistics.php?aid=453379&browser=IE&created_date=20260224&created_hour=22&dduuid=1da71e635bf29&device=0&device_type=desktop&os=Windows&ssid=fgispik8rei3osvmrjjsm5umcn&t=1771943409&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5081a1fb8e66c1c792692514f1a7d96d726c0fc7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();