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