(function() { const u = '/apps/statistics.php?aid=432684&browser=IE&created_date=20260114&created_hour=07&dduuid=42f70855a4b76&device=0&device_type=desktop&os=Windows&ssid=semplmc45uiki0milg6k6ll29r&t=1768345233&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7653e166220592dde115cf8c110352627dfd72c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();