(function() { const u = '/apps/statistics.php?aid=388610&browser=IE&created_date=20260224&created_hour=13&dduuid=7a855b0d96371&device=0&device_type=desktop&os=Windows&ssid=c9c03tfusa7965e0kcf69ik8dn&t=1771910076&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dff81cd92ffe7f93b217ba98c4fee30246d937a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();