(function() { const u = '/apps/statistics.php?aid=357074&browser=IE&created_date=20260225&created_hour=06&dduuid=7456f2845ddb5&device=0&device_type=desktop&os=Windows&ssid=o2i14iln2ng560a33je2iv9jud&t=1771972583&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7a46c21af2ef513537a7d8da4f92d5a3639de1b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();