(function() { const u = '/apps/statistics.php?aid=454235&browser=IE&created_date=20260224&created_hour=05&dduuid=4835d87c576d5&device=0&device_type=desktop&os=Windows&ssid=2ltl7cvcoj5j0u2th1ilqlj28u&t=1771881337&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6aee3591761f4101febe6aac0b9aadc6fd4b7414&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();