(function() { const u = '/apps/statistics.php?aid=400505&browser=IE&created_date=20251223&created_hour=12&dduuid=e48a369253fee&device=0&device_type=desktop&os=Windows&ssid=st196t4klla16vtp1c1nqtr0m6&t=1766463684&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1dfec99babfc474f8cb4f6a3a7f453ca8c164179&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();