(function() { const u = '/apps/statistics.php?aid=451388&browser=IE&created_date=20260307&created_hour=03&dduuid=51b1885c4428c&device=0&device_type=desktop&os=Windows&ssid=f5dmp8tehl4pqdq55spnts2t25&t=1772825408&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd2f11b1645421a3e839d0e4bda9276835c25fc3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();