(function() { const u = '/apps/statistics.php?aid=411374&browser=IE&created_date=20260317&created_hour=01&dduuid=b7c0136a29eff&device=0&device_type=desktop&os=Windows&ssid=5c4vu1mrc8gkh6ig0mkt1aa485&t=1773681089&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=92caa33779c84f1bdcf7bffb382241fa2c0a4ebf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();