(function() { const u = '/apps/statistics.php?aid=391913&browser=IE&created_date=20260310&created_hour=15&dduuid=34e881aa6aeec&device=0&device_type=desktop&os=Windows&ssid=7ia348nfuo953uulcmsaghqjr7&t=1773128313&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d8197f4ef95c7db72120aa0e612e2c8df2febd6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();