(function() { const u = '/apps/statistics.php?aid=404913&browser=IE&created_date=20260303&created_hour=17&dduuid=8d43a2115f6da&device=0&device_type=desktop&os=Windows&ssid=6hn4lrh4dd93o1hipqrkr8bvej&t=1772528750&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=87fb2ee832d0aa4fcef7546a5c8479fe6c5eeef4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();