(function() { const u = '/apps/statistics.php?aid=395820&browser=IE&created_date=20260228&created_hour=00&dduuid=1381755864f27&device=0&device_type=desktop&os=Windows&ssid=sbo8cqh3ip1n5nsjcc3fkpemr3&t=1772209748&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1f5a998aea8402f5f7bba505d68dceb996e5e7b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();