(function() { const u = '/apps/statistics.php?aid=262764&browser=IE&created_date=20260315&created_hour=21&dduuid=4671a98936b22&device=0&device_type=desktop&os=Windows&ssid=b50eb73kd4l7f7cm1clbhhkvtp&t=1773582466&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ef288208a4dcfc133779569e0ad0806a8c1304cf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();