(function() { const u = '/apps/statistics.php?aid=340251&browser=IE&created_date=20260226&created_hour=22&dduuid=7d60a879c0119&device=0&device_type=desktop&os=Windows&ssid=sij5a9epns5nf38hfld5o140j9&t=1772115462&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b8a62640db21dd2e7ca37305d120c23e3d303a67&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();