(function() { const u = '/apps/statistics.php?aid=451024&browser=IE&created_date=20260313&created_hour=17&dduuid=7cd58472833aa&device=0&device_type=desktop&os=Windows&ssid=h1l15940mjdaub2p5tlako4ejh&t=1773392902&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f15a14909a2cb7379decf61afcc246cc1530e66a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();