(function() { const u = '/apps/statistics.php?aid=451728&browser=IE&created_date=20260311&created_hour=09&dduuid=3231ca8da0d71&device=0&device_type=desktop&os=Windows&ssid=1e7m34il974j27547rksuobk8k&t=1773192422&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bf420b085e82808afc7068154b2189d9ce21ee57&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();