(function() { const u = '/apps/statistics.php?aid=391616&browser=IE&created_date=20260305&created_hour=03&dduuid=0327e3f00081d&device=0&device_type=desktop&os=Windows&ssid=q7g5b7ijo82hj3r3d2db4fr69a&t=1772652273&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f5d49bf71e40fbfc185a603ed3a5b870f978994e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();