(function() { const u = '/apps/statistics.php?aid=452843&browser=IE&created_date=20260310&created_hour=21&dduuid=c12a04064f5b4&device=0&device_type=desktop&os=Windows&ssid=lahn43e8uh6hcpeac7pc06eh4g&t=1773148319&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=77a143b69341f1df47f743d0244c19cddb480305&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();