(function() { const u = '/apps/statistics.php?aid=441936&browser=IE&created_date=20260224&created_hour=06&dduuid=d4c5c7715fafc&device=0&device_type=desktop&os=Windows&ssid=guvjf5hm49bhqqc41tttep0118&t=1771886791&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8173fd5212932e513b46411bbd96ce686db75c89&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();