(function() { const u = '/apps/statistics.php?aid=401296&browser=IE&created_date=20260122&created_hour=15&dduuid=7316971185aa1&device=0&device_type=desktop&os=Windows&ssid=io2ck8t5o580ksi08gs9tv3er3&t=1769068291&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9eab4aa682cf8c24c4ef019d50ffd3080e57f86d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();