(function() { const u = '/apps/statistics.php?aid=454428&browser=IE&created_date=20260307&created_hour=22&dduuid=61e4e5be2c720&device=0&device_type=desktop&os=Windows&ssid=ueqc2o6u7vd4bjs4njkmjj6pfk&t=1772892723&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d04467a33bf2e08fb45758f51ceba27b1f1e1eb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();