(function() { const u = '/apps/statistics.php?aid=213666&browser=IE&created_date=20260306&created_hour=03&dduuid=6df8f283d3294&device=0&device_type=desktop&os=Windows&ssid=enr6iml64v2p0mgaoki8mdd9h7&t=1772738390&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0da840f4e2ce926e04ceb556fdd65b7a6e8df68b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();