(function() { const u = '/apps/statistics.php?aid=444515&browser=IE&created_date=20251222&created_hour=00&dduuid=899ebffcf593e&device=0&device_type=desktop&os=Windows&ssid=sdrl51nql6hmd1k2n5htoubtu6&t=1766334971&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f70805edd23b0067ea02e7a359f690f59f2d7237&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();