(function() { const u = '/apps/statistics.php?aid=141279&browser=IE&created_date=20260303&created_hour=23&dduuid=f4937fceb9329&device=0&device_type=desktop&os=Windows&ssid=9nf222mqmpmhrb1610fl49tro0&t=1772551421&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f768fe6f1846bd4b0c9bda3bc8a0742b59bcd2e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();