(function() { const u = '/apps/statistics.php?aid=340221&browser=IE&created_date=20260228&created_hour=11&dduuid=6a6bbd8ff3256&device=0&device_type=desktop&os=Windows&ssid=i7tlhf18c23brb61lb4m71eoj4&t=1772247600&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d30960f3f2005c6724333bd68f659c21a971030&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();