(function() { const u = '/apps/statistics.php?aid=432953&browser=IE&created_date=20251228&created_hour=22&dduuid=9b1fc98af9d28&device=0&device_type=desktop&os=Windows&ssid=v2dqd3uokc894e1fni0at1cu79&t=1766933523&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a53186526734031c2058c716a9c119f3321a2369&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();