(function() { const u = '/apps/statistics.php?aid=398034&browser=IE&created_date=20260225&created_hour=16&dduuid=a065e0aace4a3&device=0&device_type=desktop&os=Windows&ssid=48eqn1mt93ogko3417borlon0h&t=1772008840&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b29bb2f5e722adda80ef3032fc7da7959963d76e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();