(function() { const u = '/apps/statistics.php?aid=400495&browser=IE&created_date=20260308&created_hour=01&dduuid=7f933181e098b&device=0&device_type=desktop&os=Windows&ssid=reo5dnqtsreuf99nobv7tso4le&t=1772905529&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05540cc9a928982413fe9d0b500f5be02b457d83&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();