(function() { const u = '/apps/statistics.php?aid=210129&browser=IE&created_date=20260224&created_hour=06&dduuid=7266514fe8c49&device=0&device_type=desktop&os=Windows&ssid=b4n9h9la356g6n5qqvlguuuajj&t=1771885982&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd1db19c01fd62d6cef64423e58972a6e2887c81&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();