(function() { const u = '/apps/statistics.php?aid=432733&browser=IE&created_date=20251229&created_hour=01&dduuid=60848833b410a&device=0&device_type=desktop&os=Windows&ssid=ss48ruapsajogjgcrnpkbm8r3g&t=1766942926&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58bc65df9ee61b92788b95c75bf7547e63a0b5f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();