(function() { const u = '/apps/statistics.php?aid=406158&browser=IE&created_date=20260311&created_hour=02&dduuid=2e4dad0b00786&device=0&device_type=desktop&os=Windows&ssid=dclcf391opnn149q822tj1ngou&t=1773169099&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=727237708aa2943784a6c9690ed0dfb2a1722d72&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();