(function() { const u = '/apps/statistics.php?aid=453745&browser=IE&created_date=20260224&created_hour=03&dduuid=7c16a3f3f2a14&device=0&device_type=desktop&os=Windows&ssid=ttr3lnm11k65us7tp022oa0hf3&t=1771876740&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=771d1b08fbec3ac00ae97bc96bddb2e9881683a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();