(function() { const u = '/apps/statistics.php?aid=452405&browser=IE&created_date=20260311&created_hour=22&dduuid=9d6acbb95cbfe&device=0&device_type=desktop&os=Windows&ssid=5a9rpht99r8nr8dqbr6fsmrqk5&t=1773238068&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=15a5b0745a7b269318cb8180eaae41640faa38ca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();