(function() { const u = '/apps/statistics.php?aid=9&browser=IE&created_date=20251126&created_hour=03&dduuid=cac768717d800&device=0&device_type=desktop&os=Windows&ssid=9uahj72i5djmqro5fpa1pt0gct&t=1764099531&typeid=3&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8acc404d348f481547509aecddfc3f03e5782e67&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();