(function() { const u = '/apps/statistics.php?aid=451924&browser=IE&created_date=20260313&created_hour=01&dduuid=d8ffae6eeb738&device=0&device_type=desktop&os=Windows&ssid=tsceshe3baf5d3ma3iphs373oh&t=1773334806&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89e116f639861476936ca7ccf4132c97902b7962&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();