(function() { const u = '/apps/statistics.php?aid=451019&browser=IE&created_date=20260124&created_hour=20&dduuid=4385a86cf4b03&device=0&device_type=desktop&os=Windows&ssid=u7hdmu3ltprdo4gs07hs60jrbd&t=1769256544&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a73005d87cd908de843651741e3c0b57b28708c1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();