(function() { const u = '/apps/statistics.php?aid=454240&browser=IE&created_date=20260311&created_hour=03&dduuid=00ce95efba294&device=0&device_type=desktop&os=Windows&ssid=blrru4snj27tu3562b4hi401u6&t=1773172321&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=941084681d9f78936e184dd419cce842be7b7875&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();