(function() { const u = '/apps/statistics.php?aid=265981&browser=IE&created_date=20260315&created_hour=12&dduuid=b4e1ead846e72&device=0&device_type=desktop&os=Windows&ssid=3c5a3catr30um5doqan6t5d1vt&t=1773547629&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3c2c3cc19f3e03ff8ef0211805e7f69721cac537&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();