(function() { const u = '/apps/statistics.php?aid=213639&browser=IE&created_date=20260308&created_hour=09&dduuid=08e076c71dbee&device=0&device_type=desktop&os=Windows&ssid=lu1ulbu2ukdqunebpq2hkhn26k&t=1772933716&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0694ad743db77da0ea0fdf45b833e868e1e8c93a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();