(function() { const u = '/apps/statistics.php?aid=425665&browser=IE&created_date=20260126&created_hour=02&dduuid=a06b6d0d9a73d&device=0&device_type=desktop&os=Windows&ssid=17fdvegc68jhirfkv656aj9tik&t=1769366596&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a92b9fd682f81d4247628eb4517978604579dbcc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();