(function() { const u = '/apps/statistics.php?aid=428963&browser=IE&created_date=20251231&created_hour=00&dduuid=414e81bb3ca7e&device=0&device_type=desktop&os=Windows&ssid=fctp5r5aokl74pe1q913gf086g&t=1767111529&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a2f36f2226cd4856f9b47a506213453339a31e15&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();