(function() { const u = '/apps/statistics.php?aid=450601&browser=IE&created_date=20260225&created_hour=19&dduuid=6db67f18d1849&device=0&device_type=desktop&os=Windows&ssid=ogerpcktqceumo7cjaehbsnqkh&t=1772019146&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4bc7e4881577462d663ec07226a8a05a244169e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();