(function() { const u = '/apps/statistics.php?aid=436404&browser=IE&created_date=20260315&created_hour=21&dduuid=4df798c6f7e68&device=0&device_type=desktop&os=Windows&ssid=lu38t2ubas5ver6m4r6fg4tfml&t=1773581774&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=500d9b0dc4d15342fc24392247f161584a5303aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();