(function() { const u = '/apps/statistics.php?aid=453404&browser=IE&created_date=20260305&created_hour=17&dduuid=c7c72d70c4473&device=0&device_type=desktop&os=Windows&ssid=dbqo3u7n1kcn697fjnrqsep0hm&t=1772701940&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c44ab14523a860a537f3e2665f45bda67fdf33a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();