(function() { const u = '/apps/statistics.php?aid=345870&browser=IE&created_date=20260315&created_hour=23&dduuid=93b86a68421a6&device=0&device_type=desktop&os=Windows&ssid=98a5q8hh1l1f4hv6ril3jmbfun&t=1773589854&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=406ce537a5c9c376f93ae34be34614977d34bf60&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();