(function() { const u = '/apps/statistics.php?aid=370656&browser=IE&created_date=20260224&created_hour=20&dduuid=3ffc9201d3d4e&device=0&device_type=desktop&os=Windows&ssid=87958i5c8s9dp9qagcunsdjfdg&t=1771937844&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c02356b28cbf4855cc55dbc55e9b3d19334020b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();