(function() { const u = '/apps/statistics.php?aid=453587&browser=IE&created_date=20260224&created_hour=20&dduuid=ce533712be795&device=0&device_type=desktop&os=Windows&ssid=a97ahf4phdkv6li723shjmbnam&t=1771935071&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f44c891b6a2ea5ac6359594b4d4236e1d1be691&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();