(function() { const u = '/apps/statistics.php?aid=450559&browser=IE&created_date=20260307&created_hour=14&dduuid=6961d2d51e592&device=0&device_type=desktop&os=Windows&ssid=6ad9clf46e083610rq7p39bodi&t=1772866107&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e83ba4429a551415602ad189a20253c2fbde9d0c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();