(function() { const u = '/apps/statistics.php?aid=206536&browser=IE&created_date=20251226&created_hour=23&dduuid=8d6a7db57717a&device=0&device_type=desktop&os=Windows&ssid=f671d908sss70vcq867hd7eoe3&t=1766763026&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e19c9ddb94b87b08a3ff48c6edfc4260468480c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();