(function() { const u = '/apps/statistics.php?aid=453622&browser=IE&created_date=20260224&created_hour=19&dduuid=5b279d36216c1&device=0&device_type=desktop&os=Windows&ssid=71ep4lkq7qbi5o82aur6o5kto3&t=1771931729&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df4540bf60d2e6d9481a2f93c80759eb63f142f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();