(function() { const u = '/apps/statistics.php?aid=21268&browser=IE&created_date=20260118&created_hour=22&dduuid=1e091cc7c62ec&device=0&device_type=desktop&os=Windows&ssid=beu17peu23h4dhu7hfmb6i1vam&t=1768746963&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cacdd1b6527cde67cdb54c89d28692b78fa17698&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();