(function() { const u = '/apps/statistics.php?aid=324403&browser=IE&created_date=20260311&created_hour=14&dduuid=f9e08b6395214&device=0&device_type=desktop&os=Windows&ssid=hjfnh505g7n7p91bs0it27j8im&t=1773210800&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b790a50db5a3d8de9368263ac20d131ff303dbc0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();