(function() { const u = '/apps/statistics.php?aid=97303&browser=IE&created_date=20260226&created_hour=12&dduuid=783c1bbc3a084&device=0&device_type=desktop&os=Windows&ssid=befqijo4vj6r12goe5u2d5rc6k&t=1772081979&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c0f203939ce167cd409c4fc8e777eba06f45a6e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();