(function() { const u = '/apps/statistics.php?aid=324791&browser=IE&created_date=20260315&created_hour=18&dduuid=8c2e7e2c59285&device=0&device_type=desktop&os=Windows&ssid=cf61viicd88bejal81nt6sg0h6&t=1773571975&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=019703bbca93f5d4e99705ce7f00ee144d0d9026&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();