(function() { const u = '/apps/statistics.php?aid=453964&browser=IE&created_date=20260305&created_hour=01&dduuid=031233f59d3c0&device=0&device_type=desktop&os=Windows&ssid=seauu5ml7qr01jt7th6dq43v9j&t=1772643892&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=29a896d2aab42210197df93cdc6e8959a5f0dd40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();