(function() { const u = '/apps/statistics.php?aid=450652&browser=IE&created_date=20260307&created_hour=12&dduuid=34e1c5eb82b49&device=0&device_type=desktop&os=Windows&ssid=09fp3sgegsuv56fnlmuumrhnsj&t=1772859513&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=971abc9255757ef1ac3794cf23d0ea554a793e9d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();