(function() { const u = '/apps/statistics.php?aid=162&browser=IE&created_date=20260312&created_hour=06&dduuid=02c7df8f3de29&device=0&device_type=desktop&os=Windows&ssid=tlvsfj6gt7fu1r49tla8edp9p2&t=1773269548&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=53f1b48b2ceedabedcb45c9a6b3ba4cb808e202e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();