(function() { const u = '/apps/statistics.php?aid=448456&browser=IE&created_date=20260226&created_hour=10&dduuid=df4ecb779e9d9&device=0&device_type=desktop&os=Windows&ssid=9a51p0r2fn8k4fopp7rmr0b9ju&t=1772073973&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6d673b58344b88cee7f672987e2fcf6e00b127a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();