(function() { const u = '/apps/statistics.php?aid=455196&browser=IE&created_date=20260311&created_hour=03&dduuid=2e1d33d23702e&device=0&device_type=desktop&os=Windows&ssid=v4i53n6luq5pl6v55h4lt7sgb2&t=1773169805&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=295fc6b8a9d58cde21f85ae006df1cbbd6237388&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();