(function() { const u = '/apps/statistics.php?aid=451183&browser=IE&created_date=20260225&created_hour=14&dduuid=81b611272c0f0&device=0&device_type=desktop&os=Windows&ssid=63n9um01tqcp6jj247ahlrsdjh&t=1771999485&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0316e14328a2a96ca0740a28affcd2b37b638afe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();