(function() { const u = '/apps/statistics.php?aid=402435&browser=IE&created_date=20260304&created_hour=23&dduuid=73a165bc76b15&device=0&device_type=desktop&os=Windows&ssid=2p5rrf8ib17p569r68mc8tmsgf&t=1772636752&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7206f115e5a14eca66a43513020730a5038593d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();