(function() { const u = '/apps/statistics.php?aid=424199&browser=IE&created_date=20260311&created_hour=23&dduuid=8c7a70e4b6047&device=0&device_type=desktop&os=Windows&ssid=t66j7grsmeh8288eev98q6o9k3&t=1773244261&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=31d6cf9702e2680730a393c8f71f96a9b9df5487&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();