(function() { const u = '/apps/statistics.php?aid=357063&browser=IE&created_date=20260312&created_hour=14&dduuid=54e2db8de25cb&device=0&device_type=desktop&os=Windows&ssid=7lls44an0ndp11hq5qopqbeugn&t=1773295630&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=907c14e8c07fbd192a8daa1c50208d12a463f2ca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();