(function() { const u = '/apps/statistics.php?aid=213706&browser=IE&created_date=20260304&created_hour=12&dduuid=bae2f9e18769c&device=0&device_type=desktop&os=Windows&ssid=fif7o3cto0fs9es5aopllki58m&t=1772599772&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8b4400ebcecb1c42fd481a5d65b7a908f1b9e9c7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();