(function() { const u = '/apps/statistics.php?aid=453636&browser=IE&created_date=20260305&created_hour=19&dduuid=d9f7d20af8a02&device=0&device_type=desktop&os=Windows&ssid=l1a0hsa9qpsjinhl37g3ig722u&t=1772711046&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a5a414e8229dca704ff1ae7c7524ed4cce9aede&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();