(function() { const u = '/apps/statistics.php?aid=442560&browser=IE&created_date=20260313&created_hour=07&dduuid=0905f1afc338a&device=0&device_type=desktop&os=Windows&ssid=a57qfqmtt8eh0552d4mkbathkd&t=1773358254&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fdbf67eb20111c6cf8355ea77ba09e0233e26a27&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();