(function() { const u = '/apps/statistics.php?aid=43&browser=IE&created_date=20251126&created_hour=07&dduuid=6b7fa47a1b019&device=0&device_type=desktop&os=Windows&ssid=3g7huoo4kqaegr4rmq2obiaabk&t=1764112363&typeid=9&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cef548420561d076eb4cef2a6c7203b55e7d340f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();