(function() { const u = '/apps/statistics.php?aid=20288&browser=IE&created_date=20260124&created_hour=10&dduuid=bca2c483a6a84&device=0&device_type=desktop&os=Windows&ssid=jhrk7tmi53gtmtbqjgksns4n31&t=1769220549&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=311e5df5c1662fd32f8bdebbe837036a6f2da2cc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();