(function() { const u = '/apps/statistics.php?aid=365073&browser=IE&created_date=20251221&created_hour=14&dduuid=d180f0b774632&device=0&device_type=desktop&os=Windows&ssid=n6kct174lhno2ptsb044kbodmh&t=1766297475&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9fc5e86418b8a6e005d2ceaf159dd8432493388d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();