(function() { const u = '/apps/statistics.php?aid=455631&browser=IE&created_date=20260311&created_hour=09&dduuid=4570db682c160&device=0&device_type=desktop&os=Windows&ssid=1ot9hnup73l4l28aog9fttfet2&t=1773192565&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b3461a8c63d5a19bdf1fb249e87709dd138ced85&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();