(function() { const u = '/apps/statistics.php?aid=403390&browser=IE&created_date=20260307&created_hour=17&dduuid=c0a193c5d755d&device=0&device_type=desktop&os=Windows&ssid=2iv4ks2a707h5qc5haq73kbcg4&t=1772876185&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e16e0100f1f401670ce0f6fa60eed500c62efac3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();