(function() { const u = '/apps/statistics.php?aid=451967&browser=IE&created_date=20260225&created_hour=02&dduuid=576ff509485a6&device=0&device_type=desktop&os=Windows&ssid=9lum6g0dogbgrm1si4tr9fljp9&t=1771958659&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=404b04b5738d3dd485fdacacc8de96ea1f0015fb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();