(function() { const u = '/apps/statistics.php?aid=21191&browser=IE&created_date=20260119&created_hour=03&dduuid=45f8cb61d6441&device=0&device_type=desktop&os=Windows&ssid=0jr3s08ck440v6ofvnuov50o7e&t=1768765017&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1881b71e9496f3e808af2e0113d27e9a2afeb7f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();