(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260227&created_hour=06&dduuid=79117e72f74fd&device=0&device_type=desktop&os=Windows&ssid=3f1h815lpmqqtcu24ut7nb9e04&t=1772144510&typeid=4&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fbc84a71b6fe0295df131e015c5c31b385837aa4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();