(function() { const u = '/apps/statistics.php?aid=813&browser=IE&created_date=20260315&created_hour=16&dduuid=9dc744a76900f&device=0&device_type=desktop&os=Windows&ssid=dtjltfhj16tbortpd03jjt211j&t=1773562522&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=249e45552d7b2ea2b4d1b1701a2f946006197ca9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();