(function() { const u = '/apps/statistics.php?aid=51649&browser=IE&created_date=20260311&created_hour=23&dduuid=0b20ed53291b4&device=0&device_type=desktop&os=Windows&ssid=tqbn95p1qlleoplhlqbbqu6ell&t=1773243294&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cae1a7846092c6df80358129aef98f08571981c3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();