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