(function() { const u = '/apps/statistics.php?aid=435284&browser=IE&created_date=20260313&created_hour=10&dduuid=0b7fcc9ff68ab&device=0&device_type=desktop&os=Windows&ssid=qrvae433fumgns6juhgg5d8ohf&t=1773367854&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca3ee057a61bf0a565692571eb27091d4aacea2d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();