(function() { const u = '/apps/statistics.php?aid=404417&browser=IE&created_date=20260225&created_hour=16&dduuid=068522971f43b&device=0&device_type=desktop&os=Windows&ssid=dv3r0ql99261j67trcu0hccam9&t=1772009490&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=90c97bfb09a53511e618fee72c0c5c62ad8fb7d9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();