(function() { const u = '/apps/statistics.php?aid=454552&browser=IE&created_date=20260324&created_hour=09&dduuid=b52524f2088fa&device=0&device_type=desktop&os=Windows&ssid=4vvso79f0mjbc67pe7ak5tkfan&t=1774315968&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ccb858481e966e886daa22ca0b71e5e684b5f969&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();