(function() { const u = '/apps/statistics.php?aid=455605&browser=IE&created_date=20260305&created_hour=11&dduuid=e2a9458f225bf&device=0&device_type=desktop&os=Windows&ssid=a26ps5csl85juf9p30q1u6tokh&t=1772681638&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c3a3c0908a8a06962c24ecd688bc5b46bc91aa65&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();