(function() { const u = '/apps/statistics.php?aid=233229&browser=IE&created_date=20251222&created_hour=19&dduuid=79f9878d73d11&device=0&device_type=desktop&os=Windows&ssid=b4d7ck8cqiekp8ish1q96o7laa&t=1766402714&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=668a3d173acf8f0cede098d0ac05ca80cd81f1ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();