(function() { const u = '/apps/statistics.php?aid=407737&browser=IE&created_date=20260312&created_hour=10&dduuid=a2e938a7acb03&device=0&device_type=desktop&os=Windows&ssid=p8eu61iirthtef9qrl9vcpi3lk&t=1773282378&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=28178ff028b9c302befcfa7e2c45bab0f9e01348&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();