(function() { const u = '/apps/statistics.php?aid=12478&browser=IE&created_date=20260120&created_hour=23&dduuid=8f18b4a89b609&device=0&device_type=desktop&os=Windows&ssid=gfctlmv3bt699g6emprhqebfqn&t=1768923606&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=15baabc899ca952b412329c294eb5517e460ba7e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();