(function() { const u = '/apps/statistics.php?aid=206458&browser=IE&created_date=20251227&created_hour=06&dduuid=bf00c05a8f9ad&device=0&device_type=desktop&os=Windows&ssid=q2s1ngnkdl028kkj5g9a1huvr6&t=1766789677&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=844fc88c13c32eb9cbd1d4d1e09d3669537bc6a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();