(function() { const u = '/apps/statistics.php?aid=427389&browser=IE&created_date=20260123&created_hour=11&dduuid=00bcc10221c55&device=0&device_type=desktop&os=Windows&ssid=0ql0e9j0lk0c8h218m13nfo44n&t=1769139758&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a6898a240d22a1e1be1c93dbd449fc28bcf59330&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();