(function() { const u = '/apps/statistics.php?aid=406093&browser=IE&created_date=20260308&created_hour=00&dduuid=4c0e933fd1a69&device=0&device_type=desktop&os=Windows&ssid=aqcndaa5gf3ulk3qmuasa4utm8&t=1772902797&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9178c628a3de2b8aed4904d20c40cb23fa8cf1be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();