(function() { const u = '/apps/statistics.php?aid=454998&browser=IE&created_date=20260306&created_hour=12&dduuid=628fb7f768dda&device=0&device_type=desktop&os=Windows&ssid=rc8ahpp1cb8h5lhhos0bs5lp70&t=1772769604&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8b397094ae4a7c9df5ed141fb9611e698a4b21fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();