(function() { const u = '/apps/statistics.php?aid=433867&browser=IE&created_date=20260305&created_hour=16&dduuid=6f8f9066362cb&device=0&device_type=desktop&os=Windows&ssid=3c3mv11110a8jo4fpd8bst90b0&t=1772700677&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5afda888f59f275041a797deac725fb5e1667210&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();