(function() { const u = '/apps/statistics.php?aid=451935&browser=IE&created_date=20260225&created_hour=11&dduuid=042d1a2d6479b&device=0&device_type=desktop&os=Windows&ssid=v79v6gbnpfciuueogcjk9aet54&t=1771991089&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e32175e21aa37eeb06f2c5a48f156c62be0fda6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();