(function() { const u = '/apps/statistics.php?aid=4754&browser=IE&created_date=20260314&created_hour=16&dduuid=e274f35a7cb24&device=0&device_type=desktop&os=Windows&ssid=geqro6o93shgan9blhj17r4aue&t=1773476293&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9ef613e67a5daf7e430fa8c762e4e254a4344144&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();