(function() { const u = '/apps/statistics.php?aid=404&browser=IE&created_date=20251126&created_hour=07&dduuid=39fa00beb3760&device=0&device_type=desktop&os=Windows&ssid=j75gksl7talqahgqrh6qu44fp0&t=1764112796&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e1069d94d42e4bb9289ccaa09d09fac84935cbd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();