(function() { const u = '/apps/statistics.php?aid=79874&browser=IE&created_date=20260224&created_hour=01&dduuid=53440ca67c569&device=0&device_type=desktop&os=Windows&ssid=nctk2n3v687hiocmlbch5vd9uo&t=1771866924&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=af344482f855b6f240838d73e6fe2196113f23f0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();