(function() { const u = '/apps/statistics.php?aid=446835&browser=IE&created_date=20260114&created_hour=03&dduuid=0e9d5a6d286f9&device=0&device_type=desktop&os=Windows&ssid=9888d8uk8rh5rds0t4enf4pf53&t=1768330828&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c4dfda9fc70108fa15e793d23349d0b0e7c8a95&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();