(function() { const u = '/apps/statistics.php?aid=70963&browser=IE&created_date=20260117&created_hour=18&dduuid=6a1b7656ef602&device=0&device_type=desktop&os=Windows&ssid=2ova3og3t9fqkff4mb2p1i70em&t=1768646356&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72ea2906222a4adea089307a9a502ddb4b508d19&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();