(function() { const u = '/apps/statistics.php?aid=454688&browser=IE&created_date=20260304&created_hour=04&dduuid=aaa6d0c8106e2&device=0&device_type=desktop&os=Windows&ssid=i3psje1n93qv98or9cfds0us3i&t=1772568140&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0776351f0f2a3cb17f112ec9a50ad4731a740837&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();