(function() { const u = '/apps/statistics.php?aid=208434&browser=IE&created_date=20251231&created_hour=23&dduuid=dc55e790241e9&device=0&device_type=desktop&os=Windows&ssid=u48eu0cclcbd6o3ghgt80v5bt0&t=1767194787&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=75789a38f09cd9c77b0ccd246f6ea4d4bf2c2740&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();