(function() { const u = '/apps/statistics.php?aid=33814&browser=IE&created_date=20260311&created_hour=08&dduuid=8c3ebeb3574c8&device=0&device_type=desktop&os=Windows&ssid=2d6f8bkibkmppmhke4fqcikuah&t=1773187655&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df2b907026cdb61052590069a6f89febb3a3b2ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();