(function() { const u = '/apps/statistics.php?aid=210047&browser=IE&created_date=20251225&created_hour=01&dduuid=e6730325a83bd&device=0&device_type=desktop&os=Windows&ssid=557dcc0q2lbdr3jioofbpfiejk&t=1766598888&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4add9e8d577f0a2e1b3246e1be684beaf3016b7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();