(function() { const u = '/apps/statistics.php?aid=424240&browser=IE&created_date=20260308&created_hour=06&dduuid=1b9a84bd77739&device=0&device_type=desktop&os=Windows&ssid=p0g5ba66mt4vn17j9e5jlva64h&t=1772921577&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d4bc8a3659657f8846cd8148620dfe566882185&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();