(function() { const u = '/apps/statistics.php?aid=11186&browser=IE&created_date=20260228&created_hour=00&dduuid=b7a78afc04cee&device=0&device_type=desktop&os=Windows&ssid=ee60hg43dip4fcl30j6psj9il5&t=1772209725&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8a643833817fd4eec6810484c46f8e563c85d3a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();