(function() { const u = '/apps/statistics.php?aid=118546&browser=IE&created_date=20260124&created_hour=00&dduuid=4115df90359b4&device=0&device_type=desktop&os=Windows&ssid=7ethbe423e50kjm0ggbjf8oos9&t=1769184666&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d37186e9145bb5cfd20451bd56af4be3f0eb753&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();