(function() { const u = '/apps/statistics.php?aid=442339&browser=IE&created_date=20260224&created_hour=02&dduuid=2920fbe73d7b1&device=0&device_type=desktop&os=Windows&ssid=v3pb43ne1cvg906fapp9ribrg1&t=1771871419&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36e919f8e6c256b25755df39dc29653a6db91826&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();