(function() { const u = '/apps/statistics.php?aid=440540&browser=IE&created_date=20251224&created_hour=21&dduuid=8dec49a98ff4c&device=0&device_type=desktop&os=Windows&ssid=4u4ct7403ofnd8j0cbnm4njv61&t=1766581451&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8badf7b2feb79eb8beb2b84f44aba53f8430eb32&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();