(function() { const u = '/apps/statistics.php?aid=444528&browser=IE&created_date=20251222&created_hour=23&dduuid=7538bdab941cf&device=0&device_type=desktop&os=Windows&ssid=80ercl75nrh7ggsjcs8nq46rei&t=1766417664&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46c31e8ef0fa92cb84d5a2fe3b274d9871b58980&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();