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