(function() { const u = '/apps/statistics.php?aid=207110&browser=IE&created_date=20251224&created_hour=17&dduuid=66a9fcb8a667a&device=0&device_type=desktop&os=Windows&ssid=jda141bf1ophhvb4sr8eg1b0hp&t=1766567070&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ecd2ddc41d1e5260d14f57806f5b3626662aea52&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();