(function() { const u = '/apps/statistics.php?aid=454581&browser=IE&created_date=20260311&created_hour=16&dduuid=a285004e33e96&device=0&device_type=desktop&os=Windows&ssid=9c2sqf5r88hbk41juhojjs1lc2&t=1773216583&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=55d9dc49aa7e7aecf0c014403d3f4b97daf0cddb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();