(function() { const u = '/apps/statistics.php?aid=451734&browser=IE&created_date=20260225&created_hour=14&dduuid=938b6692b2e34&device=0&device_type=desktop&os=Windows&ssid=b5vikl1c4kdak7hlcir9p0elt7&t=1772001292&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d63b6a3d66c6b6756625543b55935fef77c3eca6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();