(function() { const u = '/apps/statistics.php?aid=437815&browser=IE&created_date=20260305&created_hour=22&dduuid=8a3ca9748cf87&device=0&device_type=desktop&os=Windows&ssid=a51fr2em832h9b1dikjmrcc9n4&t=1772722713&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ac5923e1021a457b90af8a8e44f13316e4e232d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();