(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251129&created_hour=15&dduuid=ae87693f19c17&device=0&device_type=desktop&os=Windows&ssid=l215mv06556jjvhejisgsen2nj&t=1764400377&typeid=20&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7bb62b7e6c3934a4d2a2a15d2e1faa680eefa301&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();