(function() { const u = '/apps/statistics.php?aid=437721&browser=IE&created_date=20260316&created_hour=01&dduuid=0f2a61f80f63f&device=0&device_type=desktop&os=Windows&ssid=6hijnrh0ppqucaji3vvs3qacb7&t=1773594009&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=053d26529d48a6def6ead904e8135ff390e79e56&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();