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