(function() { const u = '/apps/statistics.php?aid=17625&browser=IE&created_date=20260305&created_hour=00&dduuid=a7741e089365f&device=0&device_type=desktop&os=Windows&ssid=1e3ag7ju7qr15uk98k3ugb0u8j&t=1772642848&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=68c754f4e28b0e2f62a64a1ec04024ee63f3c547&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();