(function() { const u = '/apps/statistics.php?aid=407111&browser=IE&created_date=20260225&created_hour=06&dduuid=28069d2336251&device=0&device_type=desktop&os=Windows&ssid=v77dgc4ra02vjnrul9fn2umrev&t=1771972171&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e4751f6d26a9960e32672e456d321c7228f2def&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();