(function() { const u = '/apps/statistics.php?aid=210016&browser=IE&created_date=20260225&created_hour=14&dduuid=4720634091423&device=0&device_type=desktop&os=Windows&ssid=e2i5lds1ij3emkllntd0h8tsja&t=1772000284&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4972b8a53aaae833bfe9c95b94260a821bd5aaa0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();