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