(function() { const u = '/apps/statistics.php?aid=437748&browser=IE&created_date=20251217&created_hour=18&dduuid=acd3f74a40445&device=0&device_type=desktop&os=Windows&ssid=475n8v58foka9c3ao906k68ohs&t=1765968838&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72b5b609f51f1f615eab77e9abcbd291a41917bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();