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