(function() { const u = '/apps/statistics.php?aid=451559&browser=IE&created_date=20260122&created_hour=16&dduuid=16fb269d853bc&device=0&device_type=desktop&os=Windows&ssid=7k1opmnhf37k91qomgtf3rfu3d&t=1769070426&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b36f983f4432295dfc25291c03bc66589e4424df&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();