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