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