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