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