(function() { const u = '/apps/statistics.php?aid=397856&browser=IE&created_date=20260225&created_hour=23&dduuid=967be9907dc14&device=0&device_type=desktop&os=Windows&ssid=buoe73efp4cvp5dkfeagoo7hbm&t=1772033685&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1990d75e47071a62f278c425727b7efe5301ce1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();