(function() { const u = '/apps/statistics.php?aid=578&browser=IE&created_date=20260315&created_hour=12&dduuid=50109fe306d8e&device=0&device_type=desktop&os=Windows&ssid=9vhnjdujd05sol4e59207otdi1&t=1773550545&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5729463899a2d706be0f1ab000d2d50e34f78d0e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();