(function() { const u = '/apps/statistics.php?aid=424526&browser=IE&created_date=20260308&created_hour=06&dduuid=e4932d7da341d&device=0&device_type=desktop&os=Windows&ssid=jkki0mrm9gpu50u5ii6m6cguk0&t=1772921990&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=63308dcb5bab3a00082e21e6c64eb183e2509a31&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();