(function() { const u = '/apps/statistics.php?aid=47143&browser=IE&created_date=20260224&created_hour=07&dduuid=b930048cbbdc3&device=0&device_type=desktop&os=Windows&ssid=2bbgr8qsaii9u0mf663drstit0&t=1771890760&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e554e4016c2e7d27c6bd38ad6a5d3eb74d7b1e52&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();