(function() { const u = '/apps/statistics.php?aid=448743&browser=IE&created_date=20260123&created_hour=06&dduuid=36ec206939ea0&device=0&device_type=desktop&os=Windows&ssid=n3msbnhi8am0g7tkqhenig1co0&t=1769120694&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=add95c00fc3eff0e8f660e0abef87efc9db94b19&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();