(function() { const u = '/apps/statistics.php?aid=207438&browser=IE&created_date=20260114&created_hour=03&dduuid=d5252499df6c0&device=0&device_type=desktop&os=Windows&ssid=2a7ip018lbkrmpdhcr0720alcb&t=1768331170&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=65ac17564ff31a596ffd47aeecf1aa05a9be498e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();