(function() { const u = '/apps/statistics.php?aid=347086&browser=IE&created_date=20260313&created_hour=00&dduuid=32d8ace222a8e&device=0&device_type=desktop&os=Windows&ssid=3keb7amt6l84210uj02g3a3i0u&t=1773332203&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4361734f18bf10356c64507099067c2cd59fe9c2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();