(function() { const u = '/apps/statistics.php?aid=352355&browser=IE&created_date=20260114&created_hour=18&dduuid=58253229001f2&device=0&device_type=desktop&os=Windows&ssid=v8vs00j7uq0u7iu1pu8989ka0l&t=1768385735&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ff0ef43ef0e6c696c2d58dd69c21e90bc50edd44&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();