(function() { const u = '/apps/statistics.php?aid=437753&browser=IE&created_date=20260311&created_hour=06&dduuid=b6469ab01c249&device=0&device_type=desktop&os=Windows&ssid=ergklvilo8vl5fllshd9lp39dh&t=1773181536&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e785fc7d4c8b73bf9fd1ea427f6b725c089022d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();