(function() { const u = '/apps/statistics.php?aid=206514&browser=IE&created_date=20251227&created_hour=01&dduuid=8a5e06f62113d&device=0&device_type=desktop&os=Windows&ssid=72rs8htnl8nicttcqk6kovnaqa&t=1766770626&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3296ea77b108885ed814607e5839f9f687fd7298&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();