(function() { const u = '/apps/statistics.php?aid=430040&browser=IE&created_date=20260118&created_hour=13&dduuid=53a4497bf5090&device=0&device_type=desktop&os=Windows&ssid=lu7f7odef6jmvbg160134jhlmq&t=1768714470&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ac5cebd75a64beebb4e781b665973091740f7459&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();