(function() { const u = '/apps/statistics.php?aid=450153&browser=IE&created_date=20260308&created_hour=02&dduuid=28e811170d5ee&device=0&device_type=desktop&os=Windows&ssid=bbf4mb7t96dnfpvhn0843d8sj8&t=1772907614&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e7a6570643f465938b9f506e5b4c1b143207173&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();