(function() { const u = '/apps/statistics.php?aid=404902&browser=IE&created_date=20260303&created_hour=17&dduuid=8c20bd4edb043&device=0&device_type=desktop&os=Windows&ssid=3hapvoksqdilumq7dgtn34q12n&t=1772528718&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5f16c0f6b3020fe7f38f6d2f548a14e8f2b073ac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();