(function() { const u = '/apps/statistics.php?aid=405962&browser=IE&created_date=20260225&created_hour=09&dduuid=9a872600be663&device=0&device_type=desktop&os=Windows&ssid=e93b50als84drot20bjdbihuqj&t=1771982709&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc12cc4a38ae5e01fac3b2dfa9e2f55a02cc0e1b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();