(function() { const u = '/apps/statistics.php?aid=420&browser=IE&created_date=20260306&created_hour=17&dduuid=ed072527c5996&device=0&device_type=desktop&os=Windows&ssid=5tgcr4b0rf9gq4ivgrume0g1mi&t=1772787700&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=016eefc1fd199ccd36e55d145c950f9204ff75ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();