(function() { const u = '/apps/statistics.php?aid=29419&browser=IE&created_date=20260311&created_hour=08&dduuid=be5ba5cbd9f89&device=0&device_type=desktop&os=Windows&ssid=07ojcib97cfkv6tpa56blsaln8&t=1773187650&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=14cef9edce906130caa7ca5333d7a36f6b20ede2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();