(function() { const u = '/apps/statistics.php?aid=433938&browser=IE&created_date=20251129&created_hour=22&dduuid=5e17366647305&device=0&device_type=desktop&os=Windows&ssid=4n0m3lrfp676932mrk3v29i4rq&t=1764427242&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=740fa2443d42e3cd6052128584ce1924f013873a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();