(function() { const u = '/apps/statistics.php?aid=209998&browser=IE&created_date=20260226&created_hour=18&dduuid=ddd401d8a8849&device=0&device_type=desktop&os=Windows&ssid=boot35kpq611rhtgfm5425ep1d&t=1772100395&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=773cff1ccfb1c716fcd2ff1040e48cc6de1c5a78&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();