(function() { const u = '/apps/statistics.php?aid=435147&browser=IE&created_date=20260224&created_hour=13&dduuid=ae255d5f690a8&device=0&device_type=desktop&os=Windows&ssid=0l10pmejcib210rqu8ldpo978m&t=1771909908&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b80a2c70650647544cf7899e5665a847c7377d56&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();