(function() { const u = '/apps/statistics.php?aid=464191&browser=IE&created_date=20260321&created_hour=08&dduuid=b8eafab336834&device=0&device_type=desktop&os=Windows&ssid=6pqo2cf95b9hr146nou8kbn2ku&t=1774053727&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a035af34fb5a377e267171b63e5f0c98ea2d9d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();