(function() { const u = '/apps/statistics.php?aid=403966&browser=IE&created_date=20260224&created_hour=02&dduuid=73786ff5e641b&device=0&device_type=desktop&os=Windows&ssid=os42v7cuiu17elhg8tleoeeaac&t=1771871830&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d637d7ea903b6521c646c83d7026d5f59dad441&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();