(function() { const u = '/apps/statistics.php?aid=414838&browser=IE&created_date=20260118&created_hour=03&dduuid=52e154e952926&device=0&device_type=desktop&os=Windows&ssid=ttuurt27klf12brk7ld8h1red4&t=1768678936&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc04d15ec0b159504877e4c3a29f8012d6a27dce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();