(function() { const u = '/apps/statistics.php?aid=427452&browser=IE&created_date=20260125&created_hour=02&dduuid=c274118b8634a&device=0&device_type=desktop&os=Windows&ssid=v6qu7bleqhvfnp6n77pdn7v4j5&t=1769281002&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58d31b52ea7ff8d872e9b0aee6440e6132ea479c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();