(function() { const u = '/apps/statistics.php?aid=342839&browser=IE&created_date=20260306&created_hour=16&dduuid=3f88c850d9f6a&device=0&device_type=desktop&os=Windows&ssid=rhqrgjb44p503sa92ogc58lrk3&t=1772787419&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2c33361486eaab0ccacbd0dd9320dcfc8521b24e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();