(function() { const u = '/apps/statistics.php?aid=450254&browser=IE&created_date=20260307&created_hour=23&dduuid=b20f859f53df5&device=0&device_type=desktop&os=Windows&ssid=mvp7vl3cf86n8jbgpgh7bkruth&t=1772898787&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f476c2aefaa29c61b47755b48fd78439be4fc4c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();