(function() { const u = '/apps/statistics.php?aid=311049&browser=IE&created_date=20260307&created_hour=19&dduuid=703ee07e80165&device=0&device_type=desktop&os=Windows&ssid=6oljtis4h1mb4uf5inajg24cni&t=1772884047&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ccedd9f2122560a87d785b623eb8d7a3e942d479&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();