(function() { const u = '/apps/statistics.php?aid=440254&browser=IE&created_date=20251126&created_hour=03&dduuid=12a4fa6628fd7&device=0&device_type=desktop&os=Windows&ssid=l0na8e5e7ehtq7rg13poio9arf&t=1764099623&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72f4ad6359c21c95ed465b9153545529b10b297c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();