(function() { const u = '/apps/statistics.php?aid=413830&browser=IE&created_date=20251129&created_hour=16&dduuid=34a3ec421e114&device=0&device_type=desktop&os=Windows&ssid=hk4cub0tjg2hak19gllvn1odaf&t=1764406453&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=226869f464c5cc9db5bf30a3181b106110b633cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();