(function() { const u = '/apps/statistics.php?aid=354300&browser=IE&created_date=20260306&created_hour=10&dduuid=0ed3837426ad9&device=0&device_type=desktop&os=Windows&ssid=a7ccds5ao3eo89uiv5r8s6into&t=1772763448&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b259c56bd09211360daab2d97c0ebfb6ffd96873&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();