(function() { const u = '/apps/statistics.php?aid=455110&browser=IE&created_date=20260312&created_hour=04&dduuid=b525971685acf&device=0&device_type=desktop&os=Windows&ssid=5fatp2331vi6m6bk8elu3c35j5&t=1773262490&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c60e53318a059bd0d2d413551ca68a3037293e68&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();