(function() { const u = '/apps/statistics.php?aid=324831&browser=IE&created_date=20260313&created_hour=17&dduuid=658796162d3f9&device=0&device_type=desktop&os=Windows&ssid=5f90ol23opiqng4h78k67n5o1l&t=1773392463&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9a556ebaf6bc79bfd14ff8e88fb08601cf2c5c31&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();