(function() { const u = '/apps/statistics.php?aid=432427&browser=IE&created_date=20260306&created_hour=13&dduuid=793e631fab1b6&device=0&device_type=desktop&os=Windows&ssid=qlrdfesoajeca8s9qn8ulbtr1h&t=1772773481&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ba47c042c2c2c383d5a3b6918139b3c6f21940b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();