(function() { const u = '/apps/statistics.php?aid=270980&browser=IE&created_date=20260117&created_hour=18&dduuid=e44673bae50c9&device=0&device_type=desktop&os=Windows&ssid=un2shpu0g9alve7h7lc22fi2rl&t=1768646451&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5599176f7818fcf84687e17333eddb185e906de2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();