(function() { const u = '/apps/statistics.php?aid=426389&browser=IE&created_date=20260310&created_hour=09&dduuid=19c7f9e030e08&device=0&device_type=desktop&os=Windows&ssid=78dprlgb9fvj13d04mqcg6olo4&t=1773104799&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=59c7011215943745959099ff418847ad7011cee9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();