(function() { const u = '/apps/statistics.php?aid=452200&browser=IE&created_date=20260224&created_hour=23&dduuid=dc6883c616bfe&device=0&device_type=desktop&os=Windows&ssid=f0ndam4c3f1jq753ai585c5e7i&t=1771947721&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6ffca2a1c61c38ee25f7370bcc0ddd3c22ef1e8c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();