(function() { const u = '/apps/statistics.php?aid=390180&browser=IE&created_date=20260305&created_hour=04&dduuid=14694deee97db&device=0&device_type=desktop&os=Windows&ssid=9lfusae1si39m3nrbjntnt734r&t=1772654553&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e555952bb38c5907f93b6083b0f4ee4a460bff4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();