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