(function() { const u = '/apps/statistics.php?aid=336592&browser=IE&created_date=20260225&created_hour=15&dduuid=da63383d7a34c&device=0&device_type=desktop&os=Windows&ssid=2l8fvgic5ir7c0hllpsrne5ejm&t=1772005385&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c185b07d48f5876968655525f80828b7bbd0e42&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();