(function() { const u = '/apps/statistics.php?aid=92015&browser=IE&created_date=20260310&created_hour=07&dduuid=0dc5b40691e68&device=0&device_type=desktop&os=Windows&ssid=lra3vu8p3gk0u024c818u7t4i6&t=1773100514&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=783d738e7a1cb0fa3b1539b96beb09963528deb1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();