(function() { const u = '/apps/statistics.php?aid=334336&browser=IE&created_date=20260311&created_hour=10&dduuid=4f9b633233427&device=0&device_type=desktop&os=Windows&ssid=6jg9kkt46d5acg63r0uov5h1ng&t=1773194471&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=caa067ef6eb32c05ac757658343a6209b2e01cab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();