(function() { const u = '/apps/statistics.php?aid=324699&browser=IE&created_date=20260223&created_hour=08&dduuid=5358e3e28ef1c&device=0&device_type=desktop&os=Windows&ssid=ci50kjjjnqdnjt0s4abeuftulr&t=1771805761&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2f8f42c09ea716fb7346d8a8e26f92a5e97af71&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();