(function() { const u = '/apps/statistics.php?aid=47128&browser=IE&created_date=20260124&created_hour=13&dduuid=caac32f292c22&device=0&device_type=desktop&os=Windows&ssid=6nvg28rqje061bifga856q44mp&t=1769234397&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f74fe6b5cfac707af6477e3779d2994f49e5310e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();