(function() { const u = '/apps/statistics.php?aid=449030&browser=IE&created_date=20260312&created_hour=07&dduuid=60cc470026685&device=0&device_type=desktop&os=Windows&ssid=mi4hhnn2jgj5uej35sc5e9i8ub&t=1773271346&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98203221a1ca5e377b448a54493b222a6ecf9f39&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();