(function() { const u = '/apps/statistics.php?aid=452737&browser=IE&created_date=20260310&created_hour=18&dduuid=86c9523c0fe78&device=0&device_type=desktop&os=Windows&ssid=9b07qn5rdhumtetruj3lqhcr95&t=1773140337&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d7c64349aa092e853f60b40904b7357274f27ce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();