(function() { const u = '/apps/statistics.php?aid=453760&browser=IE&created_date=20260319&created_hour=02&dduuid=fed715836c575&device=0&device_type=desktop&os=Windows&ssid=0n6kbasdggomnle233u0m61uhm&t=1773860108&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94e88177daa7b4d99ea07bfce022e4363e73c70b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();