(function() { const u = '/apps/statistics.php?aid=47102&browser=IE&created_date=20260224&created_hour=09&dduuid=a063b636e03f6&device=0&device_type=desktop&os=Windows&ssid=3qhddpbk1pcjq77unqmi14egcj&t=1771895464&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc5c2ecb47b19436280c19f077700616afe85e20&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();