(function() { const u = '/apps/statistics.php?aid=77359&browser=IE&created_date=20260310&created_hour=12&dduuid=d4e104e1cf1f3&device=0&device_type=desktop&os=Windows&ssid=lec8lca41mj39b9tgrng292s6g&t=1773116557&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1df20e9a38c6128e551312004dec0938b0ef88f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();