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