(function() { const u = '/apps/statistics.php?aid=213685&browser=IE&created_date=20260122&created_hour=03&dduuid=b14ae9fe2c3b9&device=0&device_type=desktop&os=Windows&ssid=n3u6lq0g8qhb84j2t2psptasf8&t=1769023262&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8240230980cb0522ebd23e8593c5779ae0788fde&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();