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