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