(function() { const u = '/apps/statistics.php?aid=213732&browser=IE&created_date=20260311&created_hour=16&dduuid=052c17f28e34a&device=0&device_type=desktop&os=Windows&ssid=86emup81vh692d5can6t1gfdr3&t=1773218018&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93ff7b3d79ebfcb433061d56f12985dcffd75068&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();