(function() { const u = '/apps/statistics.php?aid=454423&browser=IE&created_date=20260201&created_hour=01&dduuid=c5a8f49fbc881&device=0&device_type=desktop&os=Windows&ssid=5sriq280li7oeq0bdc1hctb8s7&t=1769880893&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93e410cc6d7d9af70d65a8ec5d7f2671cfb9e73b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();