(function() { const u = '/apps/statistics.php?aid=12357&browser=IE&created_date=20260121&created_hour=08&dduuid=ca05ba1c05f37&device=0&device_type=desktop&os=Windows&ssid=l0idi0rel1j8miljjerq1vs9c0&t=1768954473&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=139afd0e97e4da1f03a81681cbd9866fbd949a96&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();