(function() { const u = '/apps/statistics.php?aid=231&browser=IE&created_date=20260201&created_hour=02&dduuid=a360df370954b&device=0&device_type=desktop&os=Windows&ssid=ejrmogvdm5sgf5pmsu57o2rr6s&t=1769885946&typeid=24&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94cfa24c94e449fce9decfcdd14e3fd9648d62f8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();